3.400 \(\int \frac{\sqrt{c-c \sin (e+f x)}}{(a+a \sin (e+f x))^{5/2}} \, dx\)

Optimal. Leaf size=43 \[ -\frac{c \cos (e+f x)}{2 f (a \sin (e+f x)+a)^{5/2} \sqrt{c-c \sin (e+f x)}} \]

[Out]

-(c*Cos[e + f*x])/(2*f*(a + a*Sin[e + f*x])^(5/2)*Sqrt[c - c*Sin[e + f*x]])

________________________________________________________________________________________

Rubi [A]  time = 0.0850884, antiderivative size = 43, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 30, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.033, Rules used = {2738} \[ -\frac{c \cos (e+f x)}{2 f (a \sin (e+f x)+a)^{5/2} \sqrt{c-c \sin (e+f x)}} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[c - c*Sin[e + f*x]]/(a + a*Sin[e + f*x])^(5/2),x]

[Out]

-(c*Cos[e + f*x])/(2*f*(a + a*Sin[e + f*x])^(5/2)*Sqrt[c - c*Sin[e + f*x]])

Rule 2738

Int[Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]]*((c_) + (d_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[
(-2*b*Cos[e + f*x]*(c + d*Sin[e + f*x])^n)/(f*(2*n + 1)*Sqrt[a + b*Sin[e + f*x]]), x] /; FreeQ[{a, b, c, d, e,
 f, n}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2, 0] && NeQ[n, -2^(-1)]

Rubi steps

\begin{align*} \int \frac{\sqrt{c-c \sin (e+f x)}}{(a+a \sin (e+f x))^{5/2}} \, dx &=-\frac{c \cos (e+f x)}{2 f (a+a \sin (e+f x))^{5/2} \sqrt{c-c \sin (e+f x)}}\\ \end{align*}

Mathematica [B]  time = 0.213874, size = 87, normalized size = 2.02 \[ -\frac{\sqrt{a (\sin (e+f x)+1)} \sqrt{c-c \sin (e+f x)}}{2 a^3 f \left (\cos \left (\frac{1}{2} (e+f x)\right )-\sin \left (\frac{1}{2} (e+f x)\right )\right ) \left (\sin \left (\frac{1}{2} (e+f x)\right )+\cos \left (\frac{1}{2} (e+f x)\right )\right )^5} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[c - c*Sin[e + f*x]]/(a + a*Sin[e + f*x])^(5/2),x]

[Out]

-(Sqrt[a*(1 + Sin[e + f*x])]*Sqrt[c - c*Sin[e + f*x]])/(2*a^3*f*(Cos[(e + f*x)/2] - Sin[(e + f*x)/2])*(Cos[(e
+ f*x)/2] + Sin[(e + f*x)/2])^5)

________________________________________________________________________________________

Maple [B]  time = 0.164, size = 92, normalized size = 2.1 \begin{align*} -{\frac{ \left ( \left ( \cos \left ( fx+e \right ) \right ) ^{2}+\sin \left ( fx+e \right ) \cos \left ( fx+e \right ) +2\,\cos \left ( fx+e \right ) -3\,\sin \left ( fx+e \right ) -3 \right ) \sin \left ( fx+e \right ) }{2\,f \left ( -1+\cos \left ( fx+e \right ) +\sin \left ( fx+e \right ) \right ) }\sqrt{-c \left ( -1+\sin \left ( fx+e \right ) \right ) } \left ( a \left ( 1+\sin \left ( fx+e \right ) \right ) \right ) ^{-{\frac{5}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c-c*sin(f*x+e))^(1/2)/(a+a*sin(f*x+e))^(5/2),x)

[Out]

-1/2/f*(cos(f*x+e)^2+sin(f*x+e)*cos(f*x+e)+2*cos(f*x+e)-3*sin(f*x+e)-3)*sin(f*x+e)*(-c*(-1+sin(f*x+e)))^(1/2)/
(-1+cos(f*x+e)+sin(f*x+e))/(a*(1+sin(f*x+e)))^(5/2)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{-c \sin \left (f x + e\right ) + c}}{{\left (a \sin \left (f x + e\right ) + a\right )}^{\frac{5}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-c*sin(f*x+e))^(1/2)/(a+a*sin(f*x+e))^(5/2),x, algorithm="maxima")

[Out]

integrate(sqrt(-c*sin(f*x + e) + c)/(a*sin(f*x + e) + a)^(5/2), x)

________________________________________________________________________________________

Fricas [A]  time = 1.14289, size = 186, normalized size = 4.33 \begin{align*} \frac{\sqrt{a \sin \left (f x + e\right ) + a} \sqrt{-c \sin \left (f x + e\right ) + c}}{2 \,{\left (a^{3} f \cos \left (f x + e\right )^{3} - 2 \, a^{3} f \cos \left (f x + e\right ) \sin \left (f x + e\right ) - 2 \, a^{3} f \cos \left (f x + e\right )\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-c*sin(f*x+e))^(1/2)/(a+a*sin(f*x+e))^(5/2),x, algorithm="fricas")

[Out]

1/2*sqrt(a*sin(f*x + e) + a)*sqrt(-c*sin(f*x + e) + c)/(a^3*f*cos(f*x + e)^3 - 2*a^3*f*cos(f*x + e)*sin(f*x +
e) - 2*a^3*f*cos(f*x + e))

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-c*sin(f*x+e))**(1/2)/(a+a*sin(f*x+e))**(5/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{-c \sin \left (f x + e\right ) + c}}{{\left (a \sin \left (f x + e\right ) + a\right )}^{\frac{5}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-c*sin(f*x+e))^(1/2)/(a+a*sin(f*x+e))^(5/2),x, algorithm="giac")

[Out]

integrate(sqrt(-c*sin(f*x + e) + c)/(a*sin(f*x + e) + a)^(5/2), x)